home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / dosmon.arc / DOSMON.DOC < prev    next >
Text File  |  1986-05-17  |  815b  |  22 lines

  1.  
  2. DOSMON - DOS Activity Monitor               14-May-86 S.H.Smith
  3.                                             Public domain material
  4.  
  5. 'DOSMON' is a small resident utility that monitors DOS service activity.
  6. It intercepts the DOS service interrupt and displays the function
  7. call number on the screen during DOS calls.
  8.  
  9. The function number is displayed as two hex digits in the upper right
  10. corner of the screen.
  11.  
  12. DOSMON accesses video ram directly to reduce overhead.   It will operate with
  13. displays that are at either B000 or B800.   For other displays, you will
  14. get the message:
  15.    "ERR: CAN'T FIND VIDEO RAM"
  16. DOSMON won't work if you get this message.
  17.  
  18. DOSMON does not interfere with DOS functions in any way.
  19. The overhead for DOSMON is about 3% for programs that use
  20. a lot of DOS functions.
  21.  
  22.